-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UseEnumSetOf
should rewrite EnumSet.noneOf
from empty Set.of()
#570
UseEnumSetOf
should rewrite EnumSet.noneOf
from empty Set.of()
#570
Conversation
UseEnumSetOf
should rewrite EnumSet.noneOf
from empty Set.of()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this on @BramliAK ! I've pushed up a small polishing commit to clarify that the noneOf
and of
cases are fully separate, reusing the components you already deduced we need for the new separate template. Great to see this additional case covered with minimal changes
What's changed?
Rewriting with EnumSet.noneOf from empty Set.of() by UseEnumSetOf
Checklist